@font-face {
  font-family: "PAYBACKLight";
  src: url("../media/fonts/payback_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.navbar {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  pointer-events: auto;
  transition: all 0.3s ease;
  background-color: #003eb0;
}

.navbar-container {
  font-family: "PAYBACKLight", "Montserrat", sans-serif;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 2rem;
  color: #f5f5f5;
}

.nav-logo {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #003eb0;
}

.nav-links {
  display: flex;
  align-items: center;
}
.nav-links .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem;
  margin: 0;
  cursor: pointer;
  color: #f5f5f5;
}/*# sourceMappingURL=navbar.css.map */